From: Chad Horohoe Date: Fri, 7 May 2010 12:47:23 +0000 (+0000) Subject: Typo in docs X-Git-Tag: 1.31.0-rc.0~36927 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=1f7d3288020c09fcfa8c9b35b87006d117f9be93;p=lhc%2Fweb%2Fwiklou.git Typo in docs --- diff --git a/includes/db/LBFactory.php b/includes/db/LBFactory.php index f5e889f4a4..d6295452a0 100644 --- a/includes/db/LBFactory.php +++ b/includes/db/LBFactory.php @@ -217,8 +217,8 @@ class LBFactory_Simple extends LBFactory { /** * LBFactory class that throws an error on any attempt to use it. * This will typically be done via wfGetDB(). - * Call LBFactory::disable() to start using this, and LBFactory::enable() to - * return to normal behavior + * Call LBFactory::disableBackend() to start using this, and + * LBFactory::enableBackend() to return to normal behavior */ class LBFactory_Fake extends LBFactory { function __construct( $conf ) {}